| 1. | Note : an imported style sheet has lower precedence than the importing style sheet 注意:一张导入的样式表比主样式表优先级低。 |
| 2. | Operators with higher precedence are performed before operators with lower precedence 优先级较高的运算符先于优先级较低的运算符计算。 |
| 3. | Affects the global context collection , which has the lowest precedence for sorting topics 影响全局上下文集合,它具有用于排序主题的最低优先级。 |
| 4. | This affects the global context bag , which has the lowest precedence for sorting topics Dte . contextattributes ,它会影响全局上下文包,此包在主题排序时优先级最低。 |
| 5. | Or operator strength determines order of evaluation ; an operator with higher precedence is evaluated before one of lower precedence 或者说操作符的强度决定求值顺序;优先级高的操作符比优先级低的操作符先求值。 |
| 6. | Imported style sheets have a lower precedence than the main style sheet , so the product template in the main style sheet is used instead of the imported product template 导入的样式表的优先级比主样式表的低,所以使用主样式表中的产品模板,而不是导入的产品模板: |
| 7. | The logical and bitwise operators have the order of precedence described below , and all have lower precedence than the arithmetic , concatenation , and comparison operators 逻辑运算符和位运算符具有下述优先顺序,它们的优先级均低于算术运算符、串联运算符和比较运算符。 |
| 8. | All comparison operators have equal precedence , and all have higher precedence than the logical and bitwise operators , but lower precedence than the arithmetic and concatenation operators 比较运算符具有相同的优先级,它们的优先级均高于逻辑运算符和位运算符,但低于算术运算符和串联运算符。 |
| 9. | If the character is an operator , pop operators until you reach an opening parenthesis , an operator of lower precedence , or a right associative symbol of equal precedence 如果字符是个操作符,弹出( pop )操作符,直至遇见开括号( opening parenthesis ) 、优先级较低的操作符或者同一优先级的右结合符号。 |
| 10. | Since the logical and bitwise operators have a lower precedence than other arithmetic and relational operators , any bitwise operations should be enclosed in parentheses to ensure accurate execution 因为逻辑和按位运算符的优先级低于其他算术和关系运算符,所以应将所有按位运算括在括号中以确保准确的执行。 |